Reactive.addReactiveElement   A
last analyzed

Complexity

Conditions 1

Size

Total Lines 1
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
1
export class Reactive{
2
    addReactiveElement(element:any,effect:any):void
3
    findValue(valueElement:any):void
4
    syncEffect():void
5
    createCycle():void
6
}